runtime.cleanupQueue.needg (field)

4 uses

	runtime (current package)
		mcleanup.go#L338: 	needg atomic.Uint32
		mcleanup.go#L537: 			q.needg.Add(int32(newg))
		mcleanup.go#L572: 	return q.needg.Load() > 0
		mcleanup.go#L578: 	need := min(q.needg.Swap(0), maxCleanupGs()-have)